home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 7 / Amiga Format AFCD07 (Dec 1996, Issue 91).iso / serious / shareware / programming / emacs-complete / fsf / emacs / src / s / 386bsd.h < prev    next >
C/C++ Source or Header  |  1994-02-11  |  679b  |  28 lines

  1. /* s/ file for 386bsd system.  */
  2.  
  3. /* Get most of the stuff from bsd4.3 */
  4. #include "bsd4-3.h"
  5.  
  6. #undef LIB_STANDARD
  7. #define LIB_STANDARD -lc $(GNULIB_VAR)
  8.  
  9. /* The following should be set to /netbsd if you are running netbsd > 0.8 
  10.    Or just link /netbsd -> /386bsd  */
  11. #undef KERNEL_FILE
  12. #define KERNEL_FILE "/386bsd"
  13.  
  14. #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base)
  15.  
  16. /* Need to use GNU make, as system make has problems */
  17. #define MAKE_COMMAND gmake
  18. #define LIBS_DEBUG
  19.  
  20. /* For mem-limits.h.  */
  21. #define BSD4_2
  22.  
  23. /* This affects a declaration in xrdb.c.  */
  24. #define DECLARE_GETPWUID_WITH_UID_T
  25.  
  26. /* Reread the time zone on startup.  */
  27. #define LOCALTIME_CACHE
  28.